Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

Previous | Chapter Top | Chapter Contents | Next |

Pick Instrument Flags

The pick instrument flags provide information to the NAPickInstrument NAPickInstrument and NAPickEditInstrument NAPickEditInstrument functions on which instruments to present for the user to choose from.

enum {
    kPickDontMix                = 1,
    kPickSameSynth              = 2,
    kPickUserInsts              = 4,
    kPickEditAllowPick          = 16
};

Constant descriptions

kPickDontMix
Show either all drum kits or all instruments depending on the current instrument. For example, if it's a drum kit, show only drum kits.
kPickSameSynth
Show only instruments from the current synthesizer.
kPickUserInsts
Show modifiable instruments in addition to ROM instruments.
kPickEditAllowPick
Present the instrument picker dialog. Used only with the NAPickEditInstrument function.

© 1999 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next